FindResult

interface FindResult

A result of the text search.

Functions

Link copied to clipboard
open fun isSearching(): Boolean
Returns true if the search is still in progress.
Link copied to clipboard
open fun numberOfMatches(): Int
Returns the number of the matches found at the moment or -1 when no matches found.
Link copied to clipboard
open fun selectedMatch(): Int
Returns the index of the currently selected match or -1 when there are no matches.